xenapi: Correct some syntax errors in xen/xend/XendAPI.py
authorKeir Fraser <keir.fraser@citrix.com>
Fri, 13 Feb 2009 09:38:16 +0000 (09:38 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Fri, 13 Feb 2009 09:38:16 +0000 (09:38 +0000)
commit737073ac89f753d7601933a29bf71365f733744b
tree5872f7a0c6264245ffde1f0d03143bf4dce6f17f
parente668284679c40615091b3e257fe78352e538efc4
xenapi: Correct some syntax errors in xen/xend/XendAPI.py

- usage of undefined variables in error cases (invalid handle
specified) in methods VBD_create, VTPM_destroy, event_unregister
- not imported module 'uuid' in method debug_create results in an
exception

Signed-off-by: Lutz Dube <Lutz.Dube@fujitsu-siemens.com>
tools/python/xen/xend/XendAPI.py